projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41da5ac
)
Fix resize incompatibility with GTK+ master
author
Paul Eggert
<eggert@penguin.cs.ucla.edu>
Fri, 1 Apr 2016 23:55:21 +0000
(16:55 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 1 Apr 2016 23:57:32 +0000
(16:57 -0700)
Problem reported by Matthias Clasen (Bug#23144).
* src/xterm.c (handle_one_xevent) [USE_GTK]:
Do not call xg_frame_resized.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index ba9bf50de31679f26dca32f3b0c7ae62faf5bfbc..7108207f2570695e85ccf1b585d0d71cbbcb1541 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7895,10
+7895,6
@@
handle_one_xevent (struct x_display_info *dpyinfo,
/* Force a redisplay sooner or later to update the
frame titles in case this is the second frame. */
record_asynch_buffer_change ();
-
-#ifdef USE_GTK
- xg_frame_resized (f, -1, -1);
-#endif
}
goto OTHER;